|
Calling the DB fields Just as in case with variables, one should use angle brackets for calling the DB fields: if <Table1."Field1"> = Null then... And just as well, one can use the "Get" function (as a matter of fact, this function is always used in implicit way for calculating expressions, enclosed in angle brackets). |